#!/bin/bash

#-------------------------------------------------------------------------------
# hscFormatFloppy.sh
#
# This shell script is invoked to format a floppy diskette in DOS
# format.
#
# Usage: hscFormatFloppy
#
# Return Codes:
# 0 - Format was successful
# Value other than 0 - Format was not successful
#-------------------------------------------------------------------------------

mformat a:
